principle of substitutability - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

principle of substitutability - перевод на русский

OBJECT-ORIENTED PROGRAMMING PRINCIPLE STATING THAT, IN A COMPUTER PROGRAM, IF S IS A SUBTYPE OF T, THEN OBJECTS OF TYPE T MAY BE REPLACED WITH OBJECTS OF TYPE S WITHOUT ALTERING ANY OF THE DESIRABLE PROPERTIES OF THE PROGRAM (CORRECTNESS, ETC.)
Liskov Substitution Principle; Substitutability; Liskov substitution
  • Liskov substitution was introduced by [[Barbara Liskov]], photo taken in 2010

principle of substitutability         
Inheritance semantics; Principle of substitutability

математика

принцип подставляемости

principle of relativity         
PHYSICS PRINCIPLE STATING THAT THE LAWS OF PHYSICS MUST BE THE SAME IN ALL REFERENCE FRAMES
The Principle of Relativity; Galilean–Newtonian relativity; Newtonian relativity; Principle of Relativity; General principle of relativity; Special principle of relativity; Principle of Galilean relativity; Relativity principle; Galilean-Newtonian relativity; Classical relativity principle

математика

принцип относительности

least privilege         
  • The principle of least privilege demonstrated by privilege rings for the [[Intel x86]]
PRINCIPLE IN COMPUTER SECURITY THAT EVERY MODULE (SUCH AS A PROCESS, A USER, OR A PROGRAM, DEPENDING ON THE SUBJECT) MUST BE ABLE TO ACCESS ONLY THE INFORMATION AND RESOURCES THAT ARE NECESSARY FOR ITS LEGITIMATE PURPOSE
Least privilege; Principle of least authority; Rule of least privilege; Least user access; Least User Access; POLP; Principle of minimum privilege; Principle of Least Authority; Least-privilege User Account; Principle of minimal privilege; LUA bug; Principle of least access
привилегия; право доступа к низшему иерархическому уровню; минимальная осведомленность

Определение

грип
ГРИП, ГРИПП, гриппа, ·муж. (·франц. grippe) (мед.). Инфекционная болезнь - катарральное воспаление дыхательных путей, сопровождаемое лихорадочным состоянием; то же, что инфлуэнца
.

Википедия

Liskov substitution principle

The Liskov substitution principle (LSP) is a particular definition of a subtyping relation, called strong behavioral subtyping, that was initially introduced by Barbara Liskov in a 1987 conference keynote address titled Data abstraction and hierarchy. It is based on the concept of "substitutability" – a principle in object-oriented programming stating that an object (such as a class) may be replaced by a sub-object (such as a class that extends the first class) without breaking the program. It is a semantic rather than merely syntactic relation, because it intends to guarantee semantic interoperability of types in a hierarchy, object types in particular. Barbara Liskov and Jeannette Wing described the principle succinctly in a 1994 paper as follows:

Subtype Requirement: Let ϕ ( x ) {\displaystyle \phi (x)} be a property provable about objects x {\displaystyle x} of type T. Then ϕ ( y ) {\displaystyle \phi (y)} should be true for objects y {\displaystyle y} of type S where S is a subtype of T.

Symbolically:

S T ( x : T ) ϕ ( x ) ( y : S ) ϕ ( y ) {\displaystyle S\sqsubseteq T\to (\forall x:T)\phi (x)\to (\forall y:S)\phi (y)}

That is, if S subtypes T, what holds for T-objects holds for S-objects. In the same paper, Liskov and Wing detailed their notion of behavioral subtyping in an extension of Hoare logic, which bears a certain resemblance to Bertrand Meyer's design by contract in that it considers the interaction of subtyping with preconditions, postconditions and invariants.

Как переводится principle of substitutability на Русский язык